home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / Jim's CDEFs v1.30 / demo Source ƒ / CommToolbox.note next >
Encoding:
Text File  |  1994-11-04  |  605 b   |  23 lines  |  [TEXT/KAHL]

  1. The additon of the CommToolbox library in this project is only
  2. needed to use the DITL Extensions on a MacPlus or Mac SE running
  3. System 6.
  4.  
  5. Also, for any System 6 Mac, the CommToolbox must be installed.
  6.  
  7. The panelAssist routines use the DITL Extensions AppendDITL(),
  8. CountDITL() and ShortenDITL() as part of the Tab Panel 
  9. implementation in this demo program.
  10.  
  11. If you choose another implementation or don't need to support
  12. System 6, you may remove the CommToolbox library,
  13.  
  14. and in demoShell.c, remove:
  15.  
  16. Headers :     CommResources.h
  17.             CTBUtilities.h
  18.             
  19. and calls to :
  20.     
  21.             InitCRM();
  22.             InitCTBUtilities();
  23.